From: Jim Blandy Date: Sun, 23 May 1993 21:35:48 +0000 (+0000) Subject: * config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96073 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a27cbddea11e4715f4a85f698e4df1f47b1a18f0;p=emacs.git * config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the #defines to #undef's, so ../configure knows it should tweak them. --- diff --git a/src/config.in b/src/config.in index 4ac808d9f52..cec26cb4bcc 100644 --- a/src/config.in +++ b/src/config.in @@ -157,14 +157,14 @@ and this notice must be preserved on all copies. */ HAVE_X_WINDOWS above and your X libraries aren't in a place that your loader can find on its own, you might want to add "-L/..." or something similar. */ -#define LD_SWITCH_X_SITE +#undef LD_SWITCH_X_SITE /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS above and your X include files aren't in a place that your compiler can find on its own, you might want to add "-I/..." or something similar. */ -#define C_SWITCH_X_SITE +#undef C_SWITCH_X_SITE /* Define the return type of signal handlers if the s-xxx file did not already do so. */